 |
API Documentation
|
|
|
bool saveConfigToFile(const nkMemory::StringView &fileNameStr, ConfigHolder &toSave)
bool readConfigFile(const nkMemory::StringView &fileNameStr, ConfigHolder &toCopyInto)
A reader for a configuration source.
Definition: ConfigReader.h:12
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
bool readConfigSource(const nkMemory::StringView &sourcesStr, ConfigHolder &toCopyInto)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
std::string saveConfigToSource(ConfigHolder &toSave)
Holds all the information about a configuration.
Definition: ConfigHolder.h:14